When the filter removes a node, it needs to remove its children too
authorKristian Rietveld <kris@gtk.org>
Sat, 5 Sep 2009 14:12:48 +0000 (16:12 +0200)
committerKristian Rietveld <kris@gtk.org>
Sat, 5 Sep 2009 15:15:42 +0000 (17:15 +0200)
commit0c4f29e85767154382cf2a46d3faa6b0ab742aa8
treec0019af118b85e345c12c91a2a0b8365bea0eab7
parentbf573a1e1ef913e309ffcab1feb4bc5ee8da1a3d
When the filter removes a node, it needs to remove its children too

In gtk_tree_model_filter_remove_node(), we check if the given elt has
children.  If so, this level will be freed.  This action is recursive.
gtk/gtktreemodelfilter.c